home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / matrixbullettimefighting.swf / scripts / DefineButton2_91 / BUTTONCONDACTION on(press).as
Text File  |  2006-05-08  |  66b  |  7 lines

  1. on(press){
  2.    if(Enemys < 5)
  3.    {
  4.       Enemys += 1;
  5.    }
  6. }
  7.